home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Graphics / vcdimager / source / config.h < prev    next >
Text File  |  2001-06-30  |  2KB  |  75 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define to empty if the keyword does not work.  */
  5. /* #undef const */
  6.  
  7. /* Define as __inline if that's what the C compiler calls it.  */
  8. /* #undef inline */
  9.  
  10. /* Define if you have the ANSI C header files.  */
  11. #define STDC_HEADERS 1
  12. #define AMIGA_COMPILE
  13.  
  14. /* Define if your processor stores words with the most significant
  15.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  16. #define WORDS_BIGENDIAN 1
  17.  
  18. /* The number of bytes in a char.  */
  19. /* #undef SIZEOF_CHAR */
  20.  
  21. /* The number of bytes in a int.  */
  22. /* #undef SIZEOF_INT */
  23.  
  24. /* The number of bytes in a long.  */
  25. /* #undef SIZEOF_LONG */
  26.  
  27. /* The number of bytes in a long long.  */
  28. /* #undef SIZEOF_LONG_LONG */
  29.  
  30. /* The number of bytes in a short int.  */
  31. /* #undef SIZEOF_SHORT_INT */
  32.  
  33. /* Define if you have the snprintf function.  */
  34. #define HAVE_SNPRINTF 1
  35.  
  36. /* Define if you have the vsnprintf function.  */
  37. #define HAVE_VSNPRINTF 1
  38.  
  39. /* Define if you have the <X11/SM/SMlib.h> header file.  */
  40. /* #undef HAVE_X11_SM_SMLIB_H */
  41.  
  42. /* Define if you have the <alloca.h> header file.  */
  43. //#define HAVE_ALLOCA_H 1
  44.  
  45. /* Define if you have the <inttypes.h> header file.  */
  46. #define HAVE_INTTYPES_H 1
  47.  
  48. /* Define if you have the <stdbool.h> header file.  */
  49. //#define HAVE_STDBOOL_H 1
  50.  
  51. /* Define if you have the <stdint.h> header file.  */
  52. //#define HAVE_STDINT_H 1
  53.  
  54. /* Name of package */
  55. #define PACKAGE "vcdimager"
  56.  
  57. /* Version number of package */
  58. #define VERSION "0.6.2"
  59.  
  60. /* host os/cpu identifier */
  61. #define HOST_ARCH "amiga-gnu/powerpc"
  62.  
  63. /* enable GNU libc extension */
  64. #define _GNU_SOURCE 
  65.  
  66. /* have libsm */
  67. /* #undef HAVE_LIBSM */
  68.  
  69. /* what to put between the brackets for empty arrays */
  70. #define EMPTY_ARRAY_SIZE 0
  71.  
  72. /* compiler does lsbf in struct bitfields */
  73. /* #undef BITFIELD_LSBF */
  74.  
  75.